Skip to content

carlpy/express-api-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express REST API test

In this repo you could find a Express practice using SQL as a relational database to make a small REST API to practice some key concepts of APIs and it's design

How to use it?

run the following command

npm i

to install all the dependencies: Express, mysql, nodemon, and so others...

then replace the values in the .env.template with your own data and delete the .template so it's an .env as it's fullest

PORT=your_port

MYSQL_DB_NAME=your_db_name
MYSQL_HOST=your_db_host
MYSQL_USER=your_db_username
MYSQL_PASSWORD=your_db_password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published