This project is a simple full stack application for managing events. It consists of a backend built with Node.js and Express, and a frontend built with React and Material UI. The application allows users to create, read, update, and delete event data.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm
- Docker (optional)
Clone the repository:
git clone [repository-url]
Navigate to the /api
directory:
cd api
Install the dependencies:
npm install
Start the server:
npm start
Navigate to the /events
directory:
cd ../events
Install the dependencies:
npm install
Start the application:
npm start
Explain how to run the automated tests for this system.
Add additional notes about how to deploy this on a live system.
- Node.js - The backend framework
- Express - Backend web application framework
- React - The frontend framework
- Material-UI - Frontend styling
- Arafah Lawal
This project is licensed under the MIT License - see the LICENSE.md file for details