vasilismantz / work-project

:memo: A powerful Todo list built with React, Node.Js, GraphQL, MongoDB ...

Home Page:https://todolist1.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A powerful todo list built with React, Node.Js, GraphQL, MongoDB ...

Description

This Todo list was made using Next.js, React, Apollo Client and Material UI amongst other libraries on the frontend and Node.js with Apollo Server and GraphQL on the backend. As for the database, I used MongoDB and MongoDB Atlas for hosting.

Features

Experience

  • Greatly improved my skills as a backend developer by building a solid full stack application with complex entities and a simple and self exlanatory api
  • Vastly imporved my css skills
  • Learned more about CI/CD with Vercel
  • Introduced myself to the world of GraphQL
  • Gained more advanced React experience ContextAPI
  • Greatly improved my development process and monitoring through the correct use of git branches, commit messages, pull requests, stashing and many more
  • Got one step further to writing cleaner and more self explanatory code

Execute locally

# Clone this repository
$ git clone https://github.com/vasilismantz/work-project.git

# Go into the repository
$ cd work-project

# Install dependencies
$ yarn install

Copy and update the environment variables

cp ./apps/api/.env.example ./apps/api/.env
cp ./apps/www/.env.example ./apps/www/.env

Run the app

  • For the backend
$ yarn run dev:api
  • For the frontend
$ yarn run dev:www

To install a new library

Use yarn workspace <app> add <library@version>. The following example shows how to install react v16.13.1 for apps/www:

yarn workspace @work-project/www add react@16.13.1

Known issues

  • here along with some other improvements planned.

About

:memo: A powerful Todo list built with React, Node.Js, GraphQL, MongoDB ...

https://todolist1.vercel.app


Languages

Language:JavaScript 77.3%Language:CSS 22.6%Language:Shell 0.1%