/eventonica-testing

learning unit and integrate testing

Primary LanguageJavaScript

Eventonica

Eventonica is a Event management app with a React frontend, Node/Express backend, and Postgres database.

User Story :

User Management

  • Add a new User
  • Delete a User

Event Management

Event Management exercise is left to the participants.

Technologies used

  • React
  • JavaScript / NodeJs
  • Express
  • Postgres

Setup

First, clone the project and move inside the directory

next move into the server and install dependencies and start the server. Later import seed.sql file.

cd server
npm install
npm start

Open another terminal then cd into the client, install dependencies and start the server

cd client
npm install
npm start

Note: Server runs on http://localhost:4001 and client on http://localhost:3000

Room for Improvement

  • write unit test using jest