Skip to content

Template repo for whipping up a basic database backend server following the Model-View-Controller architecture

Notifications You must be signed in to change notification settings

VenturesityVIT/node-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template code for a basic dbms project in NodeJS

In order to get your project up and running, follow these steps:

  1. Clone this repository/download it as a zip file
  2. Open a terminal and change directories into the folder for this project
  3. Make sure you have node and npm installed (run node -v and npm -v)
  4. Run npm install to install the packages that this project needs
  5. Run node index.js

Helpful links:

The documentation is a great place for reference and examples too. :)

About

Template repo for whipping up a basic database backend server following the Model-View-Controller architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%