Skip to content

mayra-palomares/demo-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express API REST

Tasks API REST built with TypeScript, NodeJS, Express and MongoDB.

Table of contents

General info

Tasks API that allows users to manage tasks, including creating, retrieving, updating, and deleting tasks.

Technologies

  • TypeScript
  • NodeJS
  • Express
  • MongoDB
  • Mongoose
  • Swagger

Setup

  1. Install it locally using npm install

  2. Create a MongoDB Atlas account and get a database connection string

  3. Create a .env file in the root directory with the following variables:

     API_URL=
     DB_CONNECTION_URL=
  4. Run the project with npm run dev

Releases

No releases published

Packages

No packages published