Skip to content

Arafahlawal24/Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack Event Management Application

Overview

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js
  • npm
  • Docker (optional)

Installing

Clone the repository:

git clone [repository-url]

Setting up the Backend (/api)

Navigate to the /api directory:

cd api

Install the dependencies:

npm install

Start the server:

npm start

Setting up the Frontend (/events)

Navigate to the /events directory:

cd ../events

Install the dependencies:

npm install

Start the application:

npm start

Running the tests

Explain how to run the automated tests for this system.

Deployment

Add additional notes about how to deploy this on a live system.

Built With

Authors

  • Arafah Lawal

License

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