Skip to content

uuuuuvika/BEAMY-server

Repository files navigation

BEAMY-server

MongoDB backend of Beamy

Setup

  • Fork this repo
  • Clone this repo
  • Run MongoDB locally (for example MongoDB Compass)
  • In the root folder create .env file and add the following lines to it:
PORT=5005
ORIGIN=http://localhost:3000
TOKEN_SECRET=superSecret
MONGODB_URI=mongodb://localhost:27017

Run

$ cd BEAMY-server
$ npm install
$ npm start

About

MongoDB backend of a flashcard web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published