jahirfiquitiva / full-stack-assessment

Full Stack Assessment Project

Home Page:https://koombea-frontend.jahir.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

full-stack-assessment

This project has been organized with two folders for simplicity, but is not configured as a monorepo, therefore each folder includes its own package.json and requires installing its dependencies using yarn (preferably)

Backend

Built with:

  • Mongoose
  • Express
  • Swagger
  • JSDOM

Deployed on Railway and available at: https://koombea-backend.jahir.dev

Data is stored in a MongoDB database provided by Mongo Atlas

Environment variables:

DATABASE_URL=mongodb+srv://<user>:<password>@<url>.mongodb.net/?retryWrites=true&w=majority

Frontend

Built with:

Deployed on Vercel and available at: https://koombea-frontend.jahir.dev

Environment variables:

VITE_BACKEND_URL=https://koombea-backend.jahir.dev

Both

Both projects were built using NodeJS v16, yarn, TypeScript and eslint.

About

Full Stack Assessment Project

https://koombea-frontend.jahir.dev/


Languages

Language:TypeScript 91.2%Language:CSS 7.4%Language:HTML 1.4%Language:Procfile 0.0%