Skip to content

yinani24/simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Simulation

Repository

Clone the repository and then follow these steps

For Backend

Upload .env file in Backend

touch .env

Add these in the .env file for your local PostgreSQL DB and MongoDB DB (can be local or web based):

    MONGODB_URI = <YOUR_URI>
    host     = localhost
    port     = <YOUR_POSTGRE_PORT>
    user     = <YOUR_POSTGRE_USERNAME>
    password = <YOUR_POSTGRE_PASSWORD>

Then you can run backend with

go run server.go

For Frontend

Start the frontend by

cd frontend/matrix

Then run

npm start

Some photos:

Screenshot (70)

Screenshot (71)

Screenshot (72)

Screenshot (73)

Screenshot (75)

Screenshot (76) Screenshot (77)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors