Skip to content

HKM-UNI/busnav-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prepare the database

You should already have a MySQL database set up with a DATABASE_URL environment variable pointing to the connection string.

.env

DATABASE_URL="mysql://{user}:{password}@{server}:3306/{database}"

Run the API

npm run dev

or

yarn dev

About

API Express para el proyecto BusNav

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published