Thank you for checking this app out. Still under development.
cd server
Install Dependencies:
npm install
Use the example.env
as a guide for your variables.
Note: The server will not start without connecting to Mongodb
In the project directory, run:
npm run dev
Server will Run on port 4000
Utils
: Necessary Utility/Configuration/Helper Functions. The /server/utils/runApp.js
is responsible for connecting to the db and running the application.
cd frontend
to be in the client.
Install Dependencies:
npm install`
run Frontend
: npm start
App will run on http://localhost:3000/