Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Repository files navigation

REST API with TypeScript and Node.js

TypeScript RESTful API built with MongoDB, Node, and Express. This repository serves as a template for streamlined development, allowing for quick setup and bypassing minor implementation steps in future applications.

API Reference

Sign In

  POST /api/auth/sign-in/
Parameter Type Description
{ email, password } object returns a JWT

Sign Out

  DELETE /api/auth/sign-out/
Parameter Type Description
token string destroy a JWT

Get User

  GET /api/users/:id
Parameter Type Description
id string get user, Required: JWT token

Create User

  POST /api/users
Parameter Type Description
{ email, password } object create user

Tech Stack

Server: Node, Express, Mongo

License

Authors

About

TypeScript RESTful API built with Node and Express. This repository serves as a template for streamlined development, allowing for quick setup and bypassing minor implementation steps in future applications.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages