A free cloud-based note log for everyone.
- 📝 CRUD of notes
- 🔒 Authentication
- 📱 Responsive design
- 📏 Request rate limit
Clone repositories
Back end
git clone https://github.com/tvalverdes/notes_back.git
Front end
git clone https://github.com/tvalverdes/notes_front.git
Go to the project directory
cd notes_back
cd notes_front
Install dependencies
npm install
Start the server (before this step, add "Environment Variables")
npm run start
To run this project, you will need to add the following environment variables to your .env file
Back end
PORT
MONGO_URI
JWT_SECRET_KEY
CORS_URL
Front end
API_URL
- Run the back and front on different terminals.
- The environment variables API_URL and CORS_URL must not contain a slash at the end. Example: http://localhost:3000
If you have any feedback, please reach out to me at tvalverdes9@gmail.com
React.js, Redux, Tailwind CSS, Chakra UI, MongoDB, Node.js, Javascript, HTML, CSS