A website that creates and tracks personalized study plans for students, with features like flashcard creation and progress tracking and notify based on it.
https://devfolio.co/projects/aimace-b46f
Before you begin, make sure you have the following installed on your machine:
-
Clone the repository to your local machine using the following command: git clone (https://github.com/sankettank66/Aim-Ace.git)
-
Navigate to the project directory:cd project
-
Install the dependencies:npm install
-
Set up the database:Start your local MongoDB server.
-
Configuration:
- Rename the
.env.example
file to.env
. - Modify the
.env
file and update the required environment variables with your own configuration.
- Start the development server:
npm start
- Open your web browser and visit
http://localhost:3000
to access the application.
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Commit your changes:
git commit -m 'Add some feature'
. - Push the branch to your forked repository:
git push origin feature/your-feature-name
. - Submit a pull request.