Skip to content

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

Notifications You must be signed in to change notification settings

vasilismantz/work-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]

Known issues

  • here along with some other improvements planned.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published