Skip to content

All communcation between front-end and DB

Notifications You must be signed in to change notification settings

legendsort/tc-serverComm

 
 

Repository files navigation

ServerComm

All communcation between front-end and DB

Installation

Clone the repo

Install the dependencies:

npm install

Set the environment variables(see src/config/index to know what environment variables this app need):

cp .env.example .env

# open .env and modify the environment variables (if needed)

Run application:

npm run dev

Run tests:

npm run test

License

MIT

About

All communcation between front-end and DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • Other 0.6%