Mon Vieux Grimoire is a website for cataloging and rating books.
-
Clone the project from GitHub: git clone https://github.com/Lysianedon/mon-vieux-grimoire.git
-
Create a config.env file at the root of the backend folder with environment-specific variables:
MONGO_URI : your mongodb url SECRET_KEY= your own secret key
Make sure to keep the .env file confidential and avoid uploading it to GitHub.
Install project dependencies by running the following command at the root of the backend folder: npm install
- Start the server using the following command: nodemon server.js
The server should now be running.
- Go to the frontend folder and run the commands: npm install npm start
The project should be running now.