Skip to content

This repository contains a REST API with user authentication that I built using Node, Express, Typescript and MongoDB.

Notifications You must be signed in to change notification settings

StefanoConsonni/node-typescript-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Typescript API

This repository contains a REST API built using Node, Express, Typescript and MongoDB.

Local Installation & Set Up

  1. Ensure that nvm, npm and Nodemon are installed globally

  2. Create a .env file in the root directory. This file will be based on the .env.example and must contain your unique values.

  3. Install the correct version of Node running this command in the project root folder

    nvm install
  4. Install the dependencies in the server and client folder

    npm install
  5. Run the Node server

    npm start

About

This repository contains a REST API with user authentication that I built using Node, Express, Typescript and MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published