Skip to content

Alexander-Wen/backend-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template API

This is an template api backend written in node and koa

Downloads

  • Download Node here

Setting Up Guide

Please note that all of these commands are for a unix machine.

  1. Clone the repository by running the command git clone https://github.com/Alexander-Wen/backend-template in your terminal
  2. Go into the folder by doing cd backend-template
  3. Install all node dependencies by doing npm install
  4. Run the app by doing npm start
  5. If you are developing do npm run dev so the server automatically restarts whenever a change to the source code is detected
  6. Go to localhost:4000/api to make sure its running.

About

Template node, koa api backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published