/next-crud

A simple fullstack CRUD using next.js

Primary LanguageTypeScript


next-crud

next-crud

A simple fullstack CRUD using next.js

License MIT

demo

Features

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

Getting started

  1. Clone this repo using git clone https://github.com/arthurvamattos/next-crud.git
  2. Move yourself to the appropriate directory: cd next-crud
  3. Run yarn to install dependencies
  4. Create a .env file and add the MongoDB url connection in DATABASE_URL field
  5. Run yarn dev to start the server

License

This project is licensed under the MIT License - see the LICENSE page for details.