A simple tools with spaced repetition for student to record and review leetcode question
- MongoDB
- Express.js
- React.js
- Node.js
-
Clone the repository.
-
Install dependencies using
npm install. -
Configure the environment variables.
[info] remember to create your own .env file under root
# .env NODE_ENV = development PORT = 5000 MONGO_URI = <your MongoDB link> JWT_SECRET = abc123
-
Start the development server(front & back end) using
npm run dev.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request.
This project is licensed under the MIT License.