Skip to content

TheJeme/Lavendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lavendar

Lavendar is a fullstack calendar and tasks app made for Open Full Stack Project Course. Lavendar is made using MERN-Stack. It also has free public api that you can use on your own projects.

Built with

Getting started

You can configure and run the project locally by following the steps below.

Installation

  1. Clone the repo
    git clone https://github.com/TheJeme/Lavendar.git
  2. Setup frontend
    cd frontend
  3. Install NPM packages
    npm install
  4. Setup backend
    cd ../backend
  5. Install NPM packages
    npm install
  6. Create an .env file similar to the env.example file.

Start Frontend

You can start frontend with command npm start or do tests with npm run test

Start Backend

You can start backend with command npm start or in development mode with npm run dev or run tests with npm run test