Skip to content

hLudde/backendCrowd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requirements

How to run

first clone the repository into a folder on your local machine

edit or create a .env file and set theese variables:

DB_PASS=<value>
DB_USER=<value>
DB_HOST=<value>
HTTP_PORT=<value>
HTTPS_PORT=<value>
JWT_SECRET=<value>

open a terminal in the root folder of the project and install all the dependencies with npm install, after this is done you can start the application by running npm start

notes

You will need to be able to connect to a MySQL instance for the application to run properly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published