A simple bragdoc system allowing you to help document accomplishments, goals, small wins or anything else that you might want to remember down the road.
Developed using
- React
- Mongodb database
- Node
- Express server
- Firebase
Install packages
npm install
change to the client directory
cd client
Install client packages
npm install
Start api server
npm run start
Change to the client directory
cd client
Start react in development mode
npm run start
This runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Installs all packages
npm run build
Starts the server
npm run server