Skip to content

werean/ProjectAgenda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agenda CRUD

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.

Features

  • Create: Add new records to the database.
  • Read: View stored records.
  • Update: Edit information of existing records.
  • Delete: Remove records from the database.

How to Run the Project

Prerequisites

  • Node.js installed

Installation

  1. Clone this repository to your local machine.
  2. In the project directory, run the command:
    npm install
  3. 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)
  4. After configuring the .env, start the server with the command: npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published