This project was bootstrapped with Create React App.
This app is made with MongoDB, Express, React, and Node.js, more specifically typescript
To visit the app go to https://notes.satvikreddy.com
- MongoDB Cloud Atlas to host a MongoDB cluster
- AWS EC2 to host the express server
- Netlify to serve static files (frontend)
To run the app locally follow these instructions:
create a .env file in the backend/ folder and create a variable called ATLAS_URI and put in your mongodb connection string.
Then run these commands:
# Install backend dependencies
cd backend
yarn install
cd ..
# Install frontend dependencies
cd frontend
yarn install
cd ..
# Run the app locally
yarn install
yarn run devDo the steps above with npm if you don't have yarn