Skip to content

romanaccio/ESGR-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description of the ESGR-backend project

This is a simple nodejs/Express app with Typescript, that provides a backend to the ESGR-App.

It currently stores survey reports into memory, with 1 endpoint, /surveys. You can call GET /surveys to retrieve all existing survey data, and POST /surveys to create a new entry. Looking at the code is probably the simplest way to understand how to use it.

In the future, it should store them into a database.

When lauched locally (npm run start-dev), it runs on localhost:4000. When pushed to GitHub, an automatic build is lauched on Heroku where the "prod" version runs...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published