Skip to content

ironicgitposting/server_infinix

Repository files navigation

Instructions to start a development environment

Prerequisites

Download Sources

git clone https://github.com/ironicgitposting/server_infinix.git

Install Packages

Go to sources root folder

cd path/to/server_infinix

Install Packages

npm install

Install Global Packages

npm install -g sequelize-cli

Add a .env file in project root folder (Change Database credentials accordingly):

LOCAL_PORT=3000
DB_HOST=127.0.0.1
DB_USERNAME='postgres'
DB_PASSWORD='postgres'
LOCAL_DB_PORT=5432

Create and setup databases

npm run db:create
npm run db:migrate
npm run db:seeds

Check instructions in setup.md to start a deployment server

About

Projet Annuel ENI Ecole Informatique entrant dans le cadre du contrôle continu pour la validation du titre Manager de Solutions Digitales et Data ( https://www.eni-ecole.fr/formation/manager-euse-de-solutions-digitales-et-data )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5