Eventos is a MERN stack application where users can create and list events.
- View events (both)
- Create events (for authenticated users)
- Update events (for authenticated users)
- View myevents (for authenticated users)
- Delete events (for authenticated users)
Clone this repo and run npm install
to install all the dependencies.
Create .env file in root directory and copy paste this code.
PORT = 3000
MONGO_URI = "YOUR MONGODB URL"
Here replace MONGO_URI with your mongoDB url.
Once the dependencies are installed, and .env file is created, you can run nodemon server.js
to start the application. You will then be able to access it at localhost:3000
You can use api testing tools like Postman or Hoppscotch to run and test working endpoints
You can check out the full license here
This project is licensed under the terms of the MIT license.
Whether you use this project, have learned something from it, or just like it, please consider supporting it by buying me a coffee, so I can dedicate more time on open-source projects like this :)