Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eliseekn/nextjs-fullstack-app

A full-stack web application made with Next.js and lowdb
https://github.com/eliseekn/nextjs-fullstack-app

api-rest lowdb nextjs reactjs typescript

Last synced: about 1 month ago
JSON representation

A full-stack web application made with Next.js and lowdb

Awesome Lists containing this project

README

        

# Next.js full-stack application example

A full-stack web application made with Next.js and lowdb.

## Requirements
```
Node ^16.19.1
yarn
```

## Installation
1\. Clone project

On your console :
```
git clone [email protected]:eliseekn/nextjs-fullstack-app.git project-name
```

2\. Install packages dependencies

On your console :
```
cd ./project-name
yarn && yarn dev
```

## Tests

On your console :
```
yarn test
```