Skip to content

koko57/Evnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evnt

Evnt planning full stack app with authentication and database hosted on MongoDB Atlas.

Screenshot

Built with

Front End: React, Redux, React Router Back End: Node.js (Express), Mongoose, Passport

Prerequisities

To install and run the app you need to have Node.js installed on your machine. If you don't have Node.js installed you can either download it from Node.js page or using Homebrew:

brew install node

Installation

Download/clone the repo then run

# Install dependencies for server
npm install

# Install dependencies for client
cd client && npm install

To run the client/server navigate back to parent directory and:

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000

Live version

https://evnt57.herokuapp.com/

License

This project is licensed under the MIT License

MIT © Agata Kosior

About

MERN full-stack event planning app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published