Skip to content

caochun/ticflow-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ticflow-backend

This is the backend implented by express / node.js for ticflow. The frontend is in ticflow-ionic.

To start server

Clone this repository and run

$ cd ticflow-backend && npm install

Make sure you have node.js and mongodb installed in your computer. Start mongo process by

$ mongod

Then run

$ nodemon bin/www

The server will be started on port 3001.

To deploy your server with docker, refer to dockerfile.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published