Skip to content

AnaghaMurtarkar/Splitwise-Api

Repository files navigation

Splitwise-Api

Install all the dependency npm packages

  npm install

Create new user in mysql

 mysql -u root -p

 mysql:
    GRANT ALL PRIVILEGES ON *.* TO 'anagha'@'localhost' IDENTIFIED BY 'anagha';
    exit

 mysql -uanagha -panagha

 mysql:
    CREATE DATABASE splitwise;
    USE splitwise;

Create tables.

node ./app/sequelize.js
npx sequelize-cli db:migrate

Start server

  source set_env_vars.sh
  node ./bin/www

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published