Skip to content

Tdaycode/vtu-backend

Repository files navigation


TeleBank Backend

Technologies

The major technologies that were used to build this project are:

Getting Started

Here goes the instructions to get the project up and running.

Prerequisites

To run this project You will need the following things installed on your machine

  • NodeJS
  • NPM
  • MongoDB
  • Docker (Optional)

Go inside the .env file and specify the following variables of a database server that you are using.

Project Structure

If you want to add a new route then you will goto /routes folder and add a new Router. Then register that router in the index.ts file under the /routes folder.

Then you will create a Controller under the /controllers directory.All business logics should go into there.

Specific use cases should be handles by Service classes under the /service folder.

All Database related things should go under /repositories folder.

To create a new model for data base look into the /models folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages