8000 GitHub - affinity-lab/project-boilerplate
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

affinity-lab/project-boilerplate

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
0