A simple fullstack CRUD using next.js
This app features all the latest tools and practices in web development!
- ⚛️ React Js — A JavaScript library for building user interfaces
- ⚛️ Next.js — A React framework for developing single page aplications using javascript or typescript
- 💹 Node Js — A web framework for Node Js
- 💹 MongoDB — A document database, which means it stores data in JSON-like documents
- Clone this repo using git clone
https://github.com/arthurvamattos/next-crud.git - Move yourself to the appropriate directory:
cd next-crud - Run
yarnto install dependencies - Create a
.envfile and add the MongoDB url connection in DATABASE_URL field - Run
yarn devto start the server
This project is licensed under the MIT License - see the LICENSE page for details.

