focus-crafter

Boost your productivity and manage your time by using the Pomodoro thecnique.

Stars
8
Committers
2

πŸ’» Production Application

The web app is deployed to focus-crafter.vercel.app

Technologies used

This web app is built with MEVN stack technologies.

It contains a client template(VueJS) connected to a mongodb via an API layer written in nodejs & expressjs.

Project Setup

Client Side

cd client

npm install

Compile and Hot-Reload for Development

npm run dev

server side

cd server

npm install

cp .env.example .env

start the server

node index.js
Related Projects