Skip to content

team-kotl/alumania-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

457 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Alumania (Admin Module)

Saint Louis University Alumni Social Media Platform Administration Module

About The Project

This is a web application for the adminstrators and managers of the Social Media platform, Alumania.

Alumania

Built With

Express React Tailwind MySQL

Getting Started

Prerequisites

You must have node installed.

  • Check if installed properly
    node -v # should print a version number
    npm -v # should print a version number

Installation

  1. Clone the repo
    git clone https://github.com/team-kotl/alumania-admin.git
  2. Install NPM packages for both modules
    cd frontend
    npm install
    cd ../backend
    npm install
  3. Insert your .env file inside the /backend directory (/backend/.env)

How to run the application

NOTE: The application's database is hosted in a cloud platform.

  1. Run the backend
cd backend && npm run dev
  1. Run the frontend
cd ../frontend && npm run dev
  1. Open the app: https://localhost:5174/

About

React + Express

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors