Skip to content

Delegated is MERN project, that allow users to track their buisness trips, calculate per diem and watch trips on world map.

Notifications You must be signed in to change notification settings

kchn9/delegated

Repository files navigation

HdulBGS.png

Delegated

Delegated is app that allow users to track their buisness trips, calculate per diem and watch trips on world map. App has been succesfully deployed to fly.io.

Check it live

https://delegated-app.fly.dev

Delegated demo

Tech Stack

front-end: Vite (React + Javascript), styled-components

back-end: Node (nodemon, bcrypt, jsonwebtoken), Express, MongoDB (mongoose)

tests: Jest, supertest

Installation

Install delegated with npm

  git clone https://github.com/kchn9/delegated.git
  cd delegated/frontend
  npm i
  cd ..
  npm i

Create .env file in root folder:

  touch .env

(example)

    PORT=8080
    MONGODB_URI=mongodb+srv://<username>:<password>@cluster0.aa0okx6.mongodb.net/delegations?retryWrites=true&w=majority
    TEST_MONGODB_URI=mongodb+srv://<username>:<password>@cluster0.aa0okx6.mongodb.net/?retryWrites=true&w=majority
    JWT_KEY=examplekey

Then simply run dev:

  npm run dev

License

MIT

About

Delegated is MERN project, that allow users to track their buisness trips, calculate per diem and watch trips on world map.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages