Tutorial
Follow the step-by-step tutorial for building this application.
How To Run
Set your Atlas URI connection string as a parameter in
server/.env
. Make sure you replace the username and password placeholders with your own credentials.
ATLAS_URI=<Your Atlas Connection String>
2. Start the server and client applications:
npm start
3. When both applications are built and running, open your browser on http://localhost:4200/.
Demo