This repository contains a REST API built using Node, Express, Typescript and MongoDB.
-
Create a
.envfile in the root directory. This file will be based on the.env.exampleand must contain your unique values. -
Install the correct version of Node running this command in the project root folder
nvm install
-
Install the dependencies in the server and client folder
npm install
-
Run the Node server
npm start