Skip to content

nikksan/rtg-task-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTG Task: Server App

Installing

A step by step series of examples that tell you how to get a development env running

1.Install nodemon globally

npm install -g nodemon

2.Import the dummy database

mysql -u username -p database_name < acme_app_dev.sql

3.Install packages

npm install

4.Run the dev server

npm start

Deployment

npm run production

Running the tests

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published