Skip to content

Web app that allows manage notes through a SQL database CRUD create with Nodejs, Express and PrismaORM.

License

Notifications You must be signed in to change notification settings

Johndev85/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Full Stack App with Vitejs, React 18.2, PrismaORM, Nodejs, Express

screen-1 screen-2

Web app that allows manage notes through a SQL database CRUD create with Nodejs, Express and PrismaORM.

Check out the site here: https://notes-app-production-bd97.up.railway.app/


Features

In this project, it demonstrates the ability to:

  • List of notes.
  • CRUD Operation on DB.
  • Responsive UI.

Future Features

  • Authentication.
  • Archive notes.

🚀 Getting started

Prerequisites:

  • Node version 14.x

If you want to run the site locally, you can:

  1. Clone the project.
https://github.com/Johndev85/notes-app.git
  1. Go to project's folder
cd notes-app
  1. Open server:
npm i
npm run dev
  1. Open frontend:
cd client
npm i
npm run dev

🛠 Deployment


🧾 License

  • The MIT License (MIT)

➕ Contributing

  • If you want to contribute with this project, just make a Pull Request explaining the improving ✨.

💻 Technologies:

  • React
  • Vitejs
  • Prisma ORM
  • Nodejs
  • Express
  • JavaScript
  • CSS3
  • HTML5
  • Material-UI
  • Railway