Skip to content

yanisapths/hyp-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Senior Project Backend

This app works with both the following frontend apps:

Configuration

Set up a MongoDB database

Set up a MongoDB database either locally or with MongoDB Atlas for free.

Set up environment variables

Set each variable on config.env:

  • ATLAS_URI - Your MongoDB connection string. If you are using MongoDB Atlas you can find this by clicking the "Connect" button for your cluster.

Run

npm install
npm run start

Your app should be up and running on http://localhost:5000!

Releases

No releases published

Packages

No packages published