Skip to content

Wodam/iscool-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📒 Notes before installing

  • ℹ️ This is just the project API, you can get the GUI complement on this repository.
  • ⚠️ Don't forget about the environment variables, such as $ROOT_PASSWORD and $DATABASE_NAME.
  • By default, this project use YARN as depedency/package management.

🔥 Installation

  1. Install dependencies: yarn
  2. Create a Docker container for the database:
docker run -p 3306:3306 -p 33060:33060 --name iscool_db -v mysql-data:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=$ROOT_PASSWORD -e MYSQL_DATABASE=$DATABASE_NAME -d mysql:5.7.25 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
  1. Migrate/update database: yarn migrate
  2. Run:
    • Development: yarn dev
    • Production: yarn start

👥 Authors

About

API for IsCool project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •