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.
You have a .env.template with next variables:
NEXT_PUBLIC_API_HOST=http://localhost:8100/api
Clone the repo
git clonehttps://github.com/lucasgalarce/school-fe.git
Install NPM packages
yarn install
npm dev
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