Skip to content

IdentiTree/app

Repository files navigation

frontend

Frontend Application Odyssey for the Hackathon

DEMO: https://identitree-app.herokuapp.com/

Landingpage/Docs

Setup Local

Backend

  1. Start Mongo db Server with a) Docker or b) local mongodb installation.
docker-compose up -d
  1. Copy env file
cd backend
cp .env.example ~/src/.env
  1. Start Node.js app (in the /backend folder)
npm install
npm run build
npm run watch
  1. Start React app (in the /frontend folder)
npm install
npm run start

Development

You can just run the backend with npm run devif you have nodemon and ts-nodeinstalled globaly.

npm i -g nodemon
npm i -g ts-node
npm run dev 

About

Application for the Odyssey Hackathon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5