Skip to content

joel-CM/noteblog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Blog App

Description

This project is a web application, like a traditional note blog with a login system.

Its backend is a separate project made with node, while the front end is made with the next framework.

Install

  1. clone repository
  2. install dependencies
  3. clone repository and install backend dependencies repo
  4. create environment variable NEXT_PUBLIC_API with backend url
  5. run the command -> npm run dev