Skip to content

Backend application for STodoList made by using nodejs, typescript, prisma and mongodb.

Notifications You must be signed in to change notification settings

Besufikad17/STodoList-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STodoList-server

Backend application for STodoList made by using nodejs, typescript, prisma and mongodb.

Requirements

Installation

  • Cloning the repo

     
      git clone https://github.com/Besufikad17/STodoList-server.git
    
  • Navigating to project directory

     cd STodoList-server
  • Installing depedencies

     npm install
  • Running the server

     npm run dev

Usage

Endpoints

Endpoint Body/Params Request type URL
Signup { email, username, password } POST /api/signup
Login { username, password } POST /api/login
GetTodoList Parmas: id GET /api/todos/:id
UpdateTodoList Parmas: id PUT /api/update/:id
ExportTodoList Parmas: id GET /api/export/:id

About

Backend application for STodoList made by using nodejs, typescript, prisma and mongodb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published