Skip to content

Anorhayz/ci-cd-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project is the Node.js backend part of an educational project. It provides connection to DB, implements CRUD operations and sends responses to requests.

Setup

To set up the project, first run npm install then you can start server using npm start -- --p 5000 --cp 3000 or node index.js --p 5000 --cp 3000, where --p is server port and --cp is client port. Alternatively, you can use .env file to configure the ports. The variables in the .env file are PORTand CLIENT_PORT. In order to obtain a configuration file, you can rename the .env.example into .env.

Good luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published