/simulation

Primary LanguageTypeScript

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)