This project was developed with the goal of learning to implement a CRUD system (Create, Read, Update, Delete). I used Node.js and Express to build the application.
- Create: Add new records to the database.
- Read: View stored records.
- Update: Edit information of existing records.
- Delete: Remove records from the database.
- Node.js installed
- Clone this repository to your local machine.
- In the project directory, run the command:
npm install
- Create a .env file in the root of the project and add the following environment variable with your MongoDB connection string: CONNECTIONSTRING=mongodb+srv://lucasassis0507:1234@agenda.lae4s.mongodb.net/DataBase(This connection string may no longer be available for use depending on which day you try)
- After configuring the .env, start the server with the command: npm run dev