Skip to content

kaito-bot/Evento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Evento

Evento is a Virtual Event Management System developed using MongoDB, Express.js, React.js and Node.js

To run this application

Clone the application by git clone command

git clone https://github.com/kaito-bot/Evento.git

Installation

After cloning the repository open the repository in VScode. Now install all the dependencies in both client and server directories.

Use the package manager "npm" to install all the dependencies.

1. Install server dependencies:

  1. From the root of the cloned folder, go to the server directory by running "cd server" command in the command prompt.
cd server
  1. Run "npm install" command in the command prompt.
npm install
  1. Add environment variables file (.env) file in the server folder.

2. Install client dependencies:

  1. From the root of the cloned folder, go to the client directory by running "cd client" command in the command prompt.
cd client
  1. Run "npm install" command in the command prompt.
npm install

To run the application:

1. Start the server

  1. Use "npm start" command in the server directory to start the server. Like this :
C:\vs\development\react\Evento\server> npm start

I am running the server on the port:3000.

2. Start the React-App in Client folder

  1. Use "npm start" command in the client directory to start the react app. Like this :
C:\vs\development\react\Evento\client> npm start.

I am running the react app on the port:3001.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published