/taxiapi

Primary LanguageJavaScript

Welcome to Cytio API 👋

Version Twitter: noelrock333

The whole backend for Cytio APP

Install

Before starting to install dependencies, have to be sure that you already have Postgress 9.x or higher, has to be up an running, also you'll need to create an empty database called taxidb.

Another thing is you'll need node and npm installed in your computer, so, at the moment I'm writing this README I have installed node 10.16.3 and npm 6.9.0 and everything works perfect.

So it's time to install dependencies, you can run the commands below

npm install -g knex
npm install -g nodemon
npm install

You'll need to run this commands for migrations and seeds

knex migrate:latest
knex seed:run

Usage

IMPORTANT: To run the project properly, has to ask for some environment files as the .env and firebaseconfig.json, and put it in root project, whitout whis important files, the project just won't run.

If you're ready, run

nodemon

That's it !!!

Author

👤 Noel Escobedo

👤 Salvador Jiménez

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to contact with @noelrock333 on twitter if you want to contribute (There are a lot of work to do).