EliasPereyra / rest-api-with-typescript

Rest API built with ExpressJS and MongoDB and written with Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--REST API with Typescript--

Rest API built with ExpressJS and MongoDB and written in Typescript

Built with

  • Node.js
  • Express.js
  • MongoDB
  • TypeScript
  • JSONWebTokens

Structure

  /configure
  |- default.ts
  /src
  |- /controllers
  |- /middlewares
  |- /models
  |- /schema
  |- /services
  |- /utils
  |- app.ts
  |- routes.ts

Features

  • Allows to create an user account
  • Allows to create a session with your user account
  • Allows to create a product
  • Allows to update a product
  • Allows to delete a product
  • You can log out from the session

Credits

This is a project for learning purposes, was made following a tutorial in YouTube, you can check it out here

About

Rest API built with ExpressJS and MongoDB and written with Typescript


Languages

Language:TypeScript 100.0%