Skip to content
 
 

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Members:

  1. Dev Thakkar
  2. Jonathan Dow
  3. Rohan Sagar (rsagar@purdue.edu)
  4. Dongwon Kim

Folder Structure: src/ - contains all the source code
src/index.ts - entry point for the application
src/controllers/ - contains api logic
src/config/ - contains all environment variables, database connection, etc.
src/models/ - defines the interfaces for api
src/routes/ - contains all the routes
src/utils/ - all general purpose functions that can be used anywhere in the application
dist/ - contains all compiled javascript code

Prettier is installed as a dev dependency. It will automatically format the code when you save a file. It will run automatically when npm run dev or npm run start is run. If you want to run it manually, run npm run prettier-format

How to run the application

  1. Clone the repository
  2. Replace all empty env variables with the correct values
  3. Run npm install to install all the dependencies
  4. Run npm run dev to start the application in development mode (automatically restarts the server when changes are made - uses nodemon)
  5. Run npm run start to start the application in production mode (does not restart the server when changes are made)

About

Fork for pushing RampUp metric Calculation

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages