Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.15 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.15 KB

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