Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 745 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 745 Bytes

school-fe

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

.env vars 🔧

You have a .env.template with next variables:

NEXT_PUBLIC_API_HOST=http://localhost:8100/api

Installation 🔧

Clone the repo

git clonehttps://github.com/lucasgalarce/school-fe.git

Install NPM packages

yarn install
npm dev

Start

You can login in the app with the following credentials:

email: "admin@test.com",
password: "123"

When you are logged, you can create course and students. If you are not logged, you can view courses and student tables