Skip to content

affinity-lab/project-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Affinity Lab

git clone https://github.com/affinity-lab/boilerplate-project YOURPROJECT
cd YOURPROJECT
npm install
cp .env.example .env

Edit the .env file and set up a valid mysql connection:

# TypeORM
PRIVATE_DB_URL="//root:password@127.0.0.1:3306/DATABASE_NAME"

Run your application:

npm run dev

Enjoy developing awesome applications!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published