Skip to content

brians-open-source-stuff/demo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo API

To use this demo run this command in the terminal:

npm install

Then create a file named .env in the root of the application folder and paste this contents:

PORT=1337

DB_HOST=localhost
DB_USER=root
DB_PASSWORD=root
DB_DATABASE=test

Replace the variables with your own.

To run the demo, type npm run dev in the terminal.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published