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/
In this project, it demonstrates the ability to:
- List of notes.
- CRUD Operation on DB.
- Responsive UI.
- Authentication.
- Archive notes.
- Node version 14.x
If you want to run the site locally, you can:
- Clone the project.
https://github.com/Johndev85/notes-app.git
- Go to project's folder
cd notes-app
- Open server:
npm i
npm run dev
- Open frontend:
cd client
npm i
npm run dev
- The MIT License (MIT)
- If you want to contribute with this project, just make a Pull Request explaining the improving ✨.
- React
- Vitejs
- Prisma ORM
- Nodejs
- Express
- JavaScript
- CSS3
- HTML5
- Material-UI
- Railway