Skip to content

ProstoPashaDev/InnoConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InnoConnect

Hello hello! HELLO!!!!

Project startup process

  • create .env file or rename .env.example -> .env

Frontend

To run fronend part run following sequence of commands

cd frontend
npm install
npm run dev

To stop just press CRTL+C in terminal

Backend

I will show you how to run this project using docker!

It's simple:

  • run
docker compose --env-file .env -f backend/deployment/docker/docker-compose.yml up -d --build
  • And it starts!!!
  • you can verify it by writing docker ps -a in the terminal and see (healthy) mark at the corresponding container names
  • or STOP it using
docker compose --env-file .env -f backend/deployment/docker/docker-compose.yml down

This is IT! Good luck in your future work!

Best withes, MJ and AF

About

Innoconnet - hyperlocal community service in Innopolis

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors