This is a full-stack "signup sheet" single page app, built on a MongoDB, Express, React, and Node platform.
-
Clone the repo and
cd schedule
-
npm install
-
npm run build
-
touch .env
-
Add the following to the newly created .env file:
DB_URI=mongodb://localhost/test
PORT=3000
APP_URL=http://localhost:3000/
NODE_ENV=development
-
Install MongoDB if necessary, and start your MongoDB server in a separate terminal window with
mongod
. Note: this app was developed with db v.3.2.4. -
npm start
This project was originally bootstrapped with Create React App.