Skip to content

An Evernote Clone, built with Typescript, NextJS, Express, GraphQL, MySQL, TypeORM and Docker

Notifications You must be signed in to change notification settings

fadilnatakusumah/nevernote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full video tutorial link right here on Youtube

How to run the project locally

Make sure you have Docker installed and Make

Here's how you can install make

Install make in Windows

Install make in Linux

if you already installed make, you can run the project by typing

make build-run-dev

if you haven't install make, follow this instruction from the root project

cd server && docker build -t api-server .

cd web && docker build -t react-web .

docker-compose up

Final Result

1

2